adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ReadOnlyDictionaryWrapper<TKey,TValue> Class
Members


In This Topic
    ReadOnlyDictionaryWrapper<TKey,TValue> Class
    In This Topic
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public NotInheritable Class ReadOnlyDictionaryWrapper
        (Of TKey,TValue) 
       Inherits System.Collections.Generic.Dictionary(Of TKey,TValue)
       Implements IReadOnlyDictionary(Of TKey,TValue) 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public sealed class ReadOnlyDictionaryWrapper<TKey,TValue> : System.Collections.Generic.Dictionary<TKey,TValue>, IReadOnlyDictionary<TKey,TValue>  
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    generic<typename TKey>
    generic<typename TValue>
    public ref class ReadOnlyDictionaryWrapper sealed : public System.Collections.Generic.Dictionary<TKey,TValue>, IReadOnlyDictionary<TKey,TValue>  
    Type Parameters
    TKey
    TValue
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          ArcanaDevelopment.adTempus.Shared.ReadOnlyDictionaryWrapper<TKey,TValue>

    See Also